home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / scripts / vines.shader < prev    next >
Encoding:
Text File  |  2000-11-20  |  2.4 KB  |  125 lines

  1. textures/enlarged/vine1_9
  2. {
  3.     {
  4.         map textures/enlarged/vine1_9.tga
  5.             blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  6.     }
  7.     {
  8.         map $lightmap
  9.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
  10.     }
  11. }
  12.  
  13. textures/enlarged/vine1_11
  14. {
  15.     {
  16.         map textures/enlarged/vine1_11.tga
  17.             blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  18.     }
  19.     {
  20.         map $lightmap
  21.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
  22.     }
  23. }
  24. textures/enlarged/vine1_13
  25. {
  26.     {
  27.         map textures/enlarged/vine1_13.tga
  28.             blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  29.     }
  30.     {
  31.         map $lightmap
  32.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
  33.     }
  34. }
  35. textures/enlarged/vine1_14
  36. {
  37.     {
  38.         map textures/enlarged/vine1_14.tga
  39.             blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  40.     }
  41.     {
  42.         map $lightmap
  43.         blendFunc GL_ONE_MINUS_SRC_ALPHA GL_ONE
  44.     }
  45. }
  46.  
  47. //vines for hedge maps alpha
  48. textures/sprites/hedgesprite01_1sh
  49. {
  50.     qer_editorimage textures/sprites/hedgesprite01_1sh.tga
  51.     //surfaceparm nolightmap
  52.     surfaceparm trans
  53.     {
  54.         map textures/sprites/hedgesprite01_1sh.tga
  55.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  56.         rgbGen identity
  57.         alphafunc gt0        
  58.     }
  59.     {    
  60.         map $lightmap
  61.         blendfunc filter
  62.         depthfunc equal
  63.         rgbGen identity
  64.     }
  65. }
  66.  
  67. //vines for hedge maps alpha
  68. textures/sprites/hedgesprite02_1sh
  69. {
  70.     qer_editorimage textures/sprites/hedgesprite02_1sh.tga
  71.     //surfaceparm nolightmap
  72.     surfaceparm trans
  73.     {
  74.         map textures/sprites/hedgesprite02_1sh.tga
  75.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  76.         rgbGen identity
  77.         alphafunc gt0        
  78.     }
  79.     {    
  80.         map $lightmap
  81.         blendfunc filter
  82.         depthfunc equal
  83.         rgbGen identity
  84.     }
  85. }
  86.  
  87. //vines for hedge maps alpha
  88. textures/sprites/hedgesprite03_1sh
  89. {
  90.     qer_editorimage textures/sprites/hedgesprite03_1sh.tga
  91.     //surfaceparm nolightmap
  92.     surfaceparm trans
  93.     {
  94.         map textures/sprites/hedgesprite03_1sh.tga
  95.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  96.         rgbGen identity
  97.         alphafunc gt0
  98.     }
  99.     {    
  100.         map $lightmap
  101.         blendfunc filter
  102.         depthfunc equal
  103.         rgbGen identity
  104.     }
  105. }
  106.  
  107. //vines for hedge maps alpha
  108. textures/sprites/hedgesprite04_1sh
  109. {
  110.     qer_editorimage textures/sprites/hedgesprite04_1sh.tga
  111.     //surfaceparm nolightmap
  112.     surfaceparm trans
  113.     {
  114.         map textures/sprites/hedgesprite04_1sh.tga
  115.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  116.         rgbGen identity
  117.         alphafunc gt0
  118.     }
  119.     {    
  120.         map $lightmap
  121.         blendfunc filter
  122.         depthfunc equal
  123.         rgbGen identity
  124.     }
  125. }